__ANDROID_API_M__

Names the Marshmallow API level (23), for comparisons against __ANDROID_API__.

extern (C) nothrow @nogc
enum __ANDROID_API_M__ = 23;

Meta